Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ActionResult<T> Structure / ActionResult<T> Constructor / ActionResult<T> Constructor(T,String,ActionCategory)
A T value represents the executing result.
The details information of executing action.


In This Topic
    ActionResult<T> Constructor(T,String,ActionCategory)
    In This Topic
    Initializes an action failed result.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As T, _
       ByVal details As String, _
       ByVal category As ActionCategory _
    )
    'Usage
     
    
    Dim value As T
    Dim details As String
    Dim category As ActionCategory
     
    Dim instance As New ActionResult(Of T)(value, details, category)
    public ActionResult<T>( 
       T value,
       string details,
       ActionCategory category
    )

    Parameters

    value
    A T value represents the executing result.
    details
    The details information of executing action.
    category
    See Also